drivers: spi: cf_spi: add Kconfig option
authorAngelo Dureghello <[email protected]>
Wed, 13 Mar 2019 20:46:46 +0000 (21:46 +0100)
committerTom Rini <[email protected]>
Fri, 24 May 2019 12:11:57 +0000 (08:11 -0400)
This patch adds cf_spi DM Kconfig option.

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Angelo Dureghello <[email protected]>
drivers/spi/Kconfig

index c3a829deaec61fafe152235a722674e8e60b35c1..7044da35d68e45c771c4ded88c936d28a9e7e33c 100644 (file)
@@ -87,6 +87,12 @@ config CADENCE_QSPI
          used to access the SPI NOR flash on platforms embedding this
          Cadence IP core.
 
+config CF_SPI
+        bool "ColdFire SPI driver"
+        help
+          Enable the ColdFire SPI driver. This driver can be used on
+          some m68k SoCs.
+
 config DESIGNWARE_SPI
        bool "Designware SPI driver"
        help